home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / prgtools / prtbnd53.zip / BNDSRC.ZIP / DEMO09.DFM / DEMO09.txt
Text File  |  1997-02-16  |  4KB  |  160 lines

  1. object FBDemo09: TFBDemo09
  2.   Left = 253
  3.   Top = 212
  4.   Width = 512
  5.   Height = 288
  6.   Caption = 'FBDemo09'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   TextHeight = 16
  13.   object Button1: TButton
  14.     Left = 232
  15.     Top = 8
  16.     Width = 75
  17.     Height = 25
  18.     Caption = 'Button1'
  19.     TabOrder = 0
  20.     OnClick = Button1Click
  21.   end
  22.   object CBReport1: TCBReport
  23.     Left = 13
  24.     Top = 47
  25.     Width = 992
  26.     Height = 1403
  27.     Font.Color = clWindowText
  28.     Font.Height = 16
  29.     Font.Name = 'Arial'
  30.     Font.Style = []
  31.     Color = 15794175
  32.     ParentFont = False
  33.     Frame.Color = clSilver
  34.     Frame.Left = frSingleThin
  35.     Frame.Right = frSingleThin
  36.     Frame.Top = frSingleThin
  37.     Frame.Bottom = frSingleThin
  38.     About = 'Version 5.34'
  39.     AboutRegistered = 'LUKE GREWS'
  40.     Bands.LabelBand = CBLabelBand1
  41.     Viewer.BkColor = 11234567
  42.     Viewer.Heading = 'BandIt Viewer'
  43.     Viewer.ShowCancelDialog = True
  44.     Viewer.MinimizeRunForm = False
  45.     Viewer.ZoomPercentage = 100.000000000000000000
  46.     Page.FrameStyle = frThin
  47.     Page.MarginLeft = 0.400000000000000000
  48.     Page.MarginTop = 0.400000000000000000
  49.     Page.MarginRight = 0.400000000000000000
  50.     Page.PaperSize = A4
  51.     OutputTo = poViewer
  52.     Orientation = Default
  53.     Units = poInches
  54.     Copies = 1
  55.     LineSpacing = 2.500000000000000000
  56.     RewindBeforePrint = True
  57.     object CBLabelBand1: TCBLabelBand
  58.       Left = 49
  59.       Top = 49
  60.       Width = 894
  61.       Height = 120
  62.       Color = clWhite
  63.       Frame.Color = clSilver
  64.       Frame.Left = frNone
  65.       Frame.Right = frNone
  66.       Frame.Top = frNone
  67.       Frame.Bottom = frNone
  68.       Align = alTop
  69.       BandType = cLabel
  70.       LabelWidth = 300.000000000000000000
  71.       NumberAcross = 3
  72.       NumberDown = 8
  73.       DataSource = DataSource1
  74.       object Label1: TLabel
  75.         Left = 40
  76.         Top = 40
  77.         Width = 33
  78.         Height = 25
  79.         AutoSize = False
  80.         Caption = 'To'
  81.         Font.Color = clMaroon
  82.         Font.Height = -13
  83.         Font.Name = 'Arial'
  84.         Font.Style = [fsBold, fsUnderline]
  85.         ParentFont = False
  86.       end
  87.       object DBText1: TDBText
  88.         Left = 88
  89.         Top = 40
  90.         Width = 201
  91.         Height = 17
  92.         DataField = 'Company'
  93.         DataSource = DataSource1
  94.         Font.Color = clBlack
  95.         Font.Height = -15
  96.         Font.Name = 'Arial'
  97.         Font.Style = []
  98.         ParentFont = False
  99.       end
  100.       object DBText2: TDBText
  101.         Left = 88
  102.         Top = 56
  103.         Width = 201
  104.         Height = 17
  105.         DataField = 'Addr1'
  106.         DataSource = DataSource1
  107.       end
  108.       object DBText4: TDBText
  109.         Left = 88
  110.         Top = 72
  111.         Width = 193
  112.         Height = 17
  113.         DataField = 'City'
  114.         DataSource = DataSource1
  115.       end
  116.       object DBText5: TDBText
  117.         Left = 88
  118.         Top = 88
  119.         Width = 81
  120.         Height = 17
  121.         DataField = 'Country'
  122.         DataSource = DataSource1
  123.       end
  124.       object Shape1: TShape
  125.         Left = 44
  126.         Top = 12
  127.         Width = 136
  128.         Height = 24
  129.         Brush.Color = clSilver
  130.       end
  131.       object Label2: TLabel
  132.         Left = 40
  133.         Top = 8
  134.         Width = 136
  135.         Height = 24
  136.         Caption = 'ABC Company'
  137.         Color = clRed
  138.         Font.Color = clWhite
  139.         Font.Height = -20
  140.         Font.Name = 'Arial'
  141.         Font.Style = [fsBold]
  142.         ParentColor = False
  143.         ParentFont = False
  144.       end
  145.     end
  146.   end
  147.   object Table1: TTable
  148.     Active = True
  149.     DatabaseName = 'DBDEMOS'
  150.     TableName = 'CUSTOMER.DB'
  151.     Left = 40
  152.     Top = 8
  153.   end
  154.   object DataSource1: TDataSource
  155.     DataSet = Table1
  156.     Left = 8
  157.     Top = 8
  158.   end
  159. end
  160.